body {
	margin: 0 auto;
	height:100%;
	font-family: Arial, Helvetica, sans-serif;
	background: #77b7ef; /* Old browsers */
	background: -moz-radial-gradient(center, ellipse cover, #77b7ef 0%, #000000 100%);
	/* FF3.6+ */
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, colorstop(
	0%,#77b7ef), color-stop(100%,#000000)); /* Chrome,Safari4+ */
	background: -webkit-radial-gradient(center, ellipse cover, #77b7ef 0%,#000000 100%);
	/* Chrome10+,Safari5.1+ */
	background: -o-radial-gradient(center, ellipse cover, #77b7ef 0%,#000000 100%);
	/* Opera 12+ */
	background: -ms-radial-gradient(center, ellipse cover, #77b7ef 0%,#000000 100%);
	/* IE10+ */
	background: radial-gradient(ellipse at center, #77b7ef 0%,#000000 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#77b7ef', endColo
	rstr='#000000',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	
}











/*######################################
		MENU NAVIGATION
	##############################*/
.container {
	
	 background-image:url('Images/BackgoundsPics/Top Background.jpg');
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
}

.logo {
  width: 30%;
  padding: 0 10px;
  overflow: hidden;
}

.container .logo a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100px;
}

.container .logo a img {
  max-width: 100%;
  max-height: 100px;
}

.navbar {
	width: 40%;
	padding: 0 10px;
	
}
.navbar2 {
		width: 20%;
		flex-wrap: wrap;
		-webkit-box-flex: 1;
		flex: 1;
		padding: 0 10px;
		color: orange;
		font-size: 20px;
		align-items: right;
}


	
.navbar2 .SocialDiv img {
		width: 8%;
		display:inline-block;
	}
.navbar2 .WeatherDiv img {
		width: 32%;
		display:inline-block;
	}
	
.navbar2 img:hover {
		-webkit-transition: 0.3s;
		 opacity: 0.5;
}
.navbar2 a {
	
	color: white;	
	font-size: 12px;
	text-decoration: none;
	align-items: right;
	}
.navbar2 a:hover {
	color:orange;
}

.topText{
	color: #18173f;
	font-size: 20px;
	font-weight: bolder;
}
.MiddleText{
	color: #0a2a85;
	font-size: 15px;
	font-weight: none;
}


@media only screen and (max-width: 880px) {
	.logo {
		-webkit-box-flex: 1;
		-ms-flex: 1;
		flex: 1;
		 max-width: 30%;
	}
	.container .logo a {
		height: 70px;
	}
	.container .logo a img {
		max-width: 90%;
		max-height: 60px;
	}
	.topText{
		color: orange;
		font-size: 13px;
		font-weight: bolder;
	}
	.MiddleText{
		color: white;
		font-size: 12px;
		font-weight: none;
	}
	
	.navbar2 a {
	font-size: 10px;
	}
	.navbar2 .WeatherDiv img {
		width: 68%;
		display:inline-block;
	}
}
@media (max-width:479px) {
	.topText{
		color: orange;
		font-size: 10.5px;
		font-weight: bolder;
	}
	.MiddleText{
		color: white;
		font-size: 9.5px;
		font-weight: none;
	}
	.navbar2 .WeatherDiv img {
		width: 68%;
		display:inline-block;
	}
}




* {box-sizing: border-box}

/* Set height of body and the document to 100% */
body, html {
  height: 100%;
  margin: 0;
  font-family: Arial;
}

/* Style tab links */
.tablink {
 background-image:url('Images/BackgoundsPics/ZION fOOTER.jpg');
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 0px;
  font-size: 15px;
  width: 16.66%;
  height: 28px;
}

.tablink a{
	text-decoration: none;
	color: white;
}
.tablink a:hover {
	color: #77b7ef;
	background-color: white;
	padding-left: 20%;
	padding-right: 20%;
}



.tablink a.active {
  color: orange;
}
@media only screen and (max-width: 880px) {
	.tablink {
		font-size: 10.5px;
		height: 26px;
	}
}

@media only screen and (max-width: 350px) {
	.tablink {
		font-size: 9.5px;
		height: 26px;
	}
}




























.split-layout {
  display: flex;
  flex-direction: column;
  
  @media screen and (min-width: 30em) {
    flex-direction: row;
    align-items: stretch;
  }
}

.split-layout__item  {
  flex: 1;
  
  @media screen and (min-width: 30em) {
    padding-left: 1em;
    
    &:first-child {
    padding: 0;
    }
  }
}

.split-layout__divider {
  display: flex;
  flex-direction: row;
  align-items: center;
  
  @media screen and (min-width: 30em) {
   flex-direction: column; 
  }
}

.split-layout__label {
  padding: 1em;
}

.split-layout__rule {
  flex: 1;
  border-style: solid;
  border-color: rgba(255,255,255,.3);
  border-width: 1px 0 0 0;
  
  @media screen and (min-width: 30em) {
   border-width: 0 1px 0 0;
  }
}


/*	=DEMO STYLES
--------------------------------------------------------------------*/

/* html {
  padding: 2em;
  background: #3B4558;
  color: #fff;
} */










section {
  color: #fff;
  text-align: center;
}

div {
 
}

/* article {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  padding: 20px;
  
} */

h1 {
  font-size: 1.75rem;
  margin: 0 0 0.75rem 0;
}

/* Pattern styles */
.content{
  display: table;
  width: 100%;
  height: 115px;
  margin-bottom:0%;
}

.left-half {
  background-color: white;
  Color: black;
  
  text-align: Left;
  position: absolute;
  left: 0px;
  width: 13%;
   height: 1400px;
}
.left-half span li{
	margin-left: 6px;	
	Font-size: 14.5px;
}
.left-half span {
	margin-left: 6px;	
	
}  

.center-half {
  position: absolute;
  left: 14%;
  width: 75%;
  height: 1400px;
}
.right-half {
	background-color: white;
	position: absolute;
	right: 0px;
	width: 10%;
	height: 1400px;
}
.right-half img{
width:100%;
border: 0.5px solid grey;

}

.right-half a:hover {
	opacity: 0.5;
}
@media (max-width:800px) {
	.content{
		display: table;
		width: 100%;
		height: 400px;
		 margin-bottom:0%;
	}
	.left-half {
		width: 17%;
		height: 800px;
		
	}
	.center-half {
		width: 66%;
		height: 100%;
		left: 18%;
		position: absolute;
	}
	.right-half {
		position: absolute;
		right: 0px;
		width: 15%;
		height: 800px;
	}
}
@media (max-width:250px) {
	.content{
		display: table;
		width: 100%;
		height: 600px;
		 margin-bottom:0%;
	}
	.left-half {
		width: 25%;
		height: 800px;
	}
	.center-half {
		width: 74%;
		height: 100%;
		left: 25%;
		position: absolute;
	}
	.right-half {
		position: relative;
		right: 0px;
		width:0%;
		height: 0px;
		border: 0px solid grey;
	}
}



#wrap{
	margin-top:100%;
}
#wrapTnC{
	margin-top:0%;
	Margin-left: 25px;
}
#wrapTop{
	margin-top:0%;
}
#wrapCatogories{
	margin-top:100%;
}
@media (max-width:800px) {
	#wrapCatogories{
		margin-top:250%;
	}
}


/*######################################
		Catogories Styles
#######################################*/
.contentCatogories{
		display: table;
		width: 100%;
		height: 100%;
		 margin-bottom:100%;
	}
.center-halfCatogories  {
  position: absolute;
  left: 14%;
  width: 85%;
  height: 1400px;
}
.right-halfCatogories {
	background-color: white;
	position: absolute;
	right: 0px;
	width: 0%;
	height: 1400px;
}
.right-halfCatogories  img{
width:0%;
border: 0.5px solid grey;
}

.right-halfCatogories  a:hover {
	opacity: 0;
}
@media (max-width:800px) {
	.contentCatogories{
		display: table;
		width: 100%;
		height: 100%;
		 margin-bottom:100%;
	}
	.center-halfCatogories  {
		width: 85%;
		height: 100%;
		left: 20%;
		position: absolute;
		Margin-left: -10px;
	}
	.right-halfCatogories  {
		position: absolute;
		right: 0px;
		width: 0%;
		height: 0px;
	}
}

/*######################################
		Catogories Styles Long
#######################################*/
.contentCatogories{
		display: table;
		width: 100%;
		height: 100%;
		 margin-bottom:100%;
	}
.center-halfCatogories  {
  position: absolute;
  left: 14%;
  width: 85%;
  height: 1400px;
}
.right-halfCatogories {
	background-color: white;
	position: absolute;
	right: 0px;
	width: 0%;
	height: 1400px;
}
.right-halfCatogories  img{
width:0%;
border: 0.5px solid grey;
}

.right-halfCatogories  a:hover {
	opacity: 0;
}
@media (max-width:800px) {
	.contentCatogories{
		display: table;
		width: 100%;
		height: 100%;
		 margin-bottom:100%;
	}
	.center-halfCatogories  {
		width: 85%;
		height: 100%;
		left: 20%;
		position: absolute;
		Margin-left: -10px;
	}
	.right-halfCatogories  {
		position: absolute;
		right: 0px;
		width: 0%;
		height: 0px;
	}
}














/* Center the loader */
#loader {
  position: absolute;
  left: 50%;
  top: 35%;
  z-index: 1;
  width: 150px;
  height: 150px;
  margin: -75px 0 0 -75px;
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid #3498db;
  width: 80px;
  height: 80px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

/* Add animation to "page content" */
.animate-bottom {
  position: relative;
  -webkit-animation-name: animatebottom;
  -webkit-animation-duration: 1s;
  animation-name: animatebottom;
  animation-duration: 1s
}

@-webkit-keyframes animatebottom {
  from { bottom:-100px; opacity:0 } 
  to { bottom:0px; opacity:1 }
}

@keyframes animatebottom { 
  from{ bottom:-100px; opacity:0 } 
  to{ bottom:0; opacity:1 }
}

#myDiv {
  display: none;
  text-align: center;
}
@media (max-width:800px) {
	#loader {
		 position: absolute;
		  left: 50%;
		  top: 45%;
		  z-index: 1;
		  width: 150px;
		  height: 150px;
		  margin: -75px 0 0 -75px;
		  border: 16px solid #f3f3f3;
		  border-radius: 50%;
		  border-top: 16px solid #3498db;
		  width: 65px;
		  height: 65px;
		  -webkit-animation: spin 2s linear infinite;
		  animation: spin 2s linear infinite;
		}
}
















/*######################################
		FOOTER
#######################################*/

.tablinks  {
	font-size: 17px;
	color: #e3e3e3;
	
	 background-color:#838784;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 0px;
  width: 24.9%;
  height: 28px;
}


.TextModal {
	font-size: 21px;
	color: #00357a;
}
@media (max-width:800px) {
.TextModal {
	font-size: 15px;
	color: #00357a;
}
}















/*######################################
		FOOTER
#######################################*/





.ct-footer {
    Font-size: 14.4px;
	color: #e3e3e3;
	Padding-left: 0px;
    padding-top: 0px;
    margin-top: 10%;
    position: relative;
}
.ct-footers {
    Font-size: 15.4px;
	color: #e3e3e3;
	Padding-left: 0px;
    padding-top: 0px;
    margin-top: -20%;
    position: relative;
}


.ct-footer-list {
    padding: 0px;
    list-style: none;
    padding-left: 8px;
    display: table;
    width: 100%;
    border-bottom: 1px solid #555;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.ct-footer a {
	text-decoration: none;
	color:orange;
	-webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out
}
.ct-footer-list a:hover {
	text-decoration: none;
	color:orange;
}
@media (max-width:479px) {
    .ct-footer-list {
        padding: 20px 0;
		Font-size: 11.4px;
    }
	
}

@media (min-width:1200px) {
    .ct-footer-list > li {
        width: 20%;
        display: table-cell;
        vertical-align: top
    }
    .ct-footer-list > li:last-child {
        width: 7%
    }
}

@media (min-width:768px) and (max-width:1199px) {
    .ct-footer-list > li {
        width: 33.3333%
    }
	
}

@media (min-width:480px) and (max-width:767px) {
    .ct-footer-list > li {
        width: 50%
    }
	.ct-footer {
		Font-size: 11.4px;
	}
}

@media (max-width:479px) {
    .ct-footer-list > li {
        width: 100%;
        text-align: center
    }

}

@media (max-width:1199px) {
    .ct-footer-list > li {
        display: inline-block;
        float: left
    }
}

.ct-footer-list > li .ct-footer-list-header {
    font-family: 'Open Sans Condensed', sans-serif;
    color: #00bff3;
    font-size: 23px
}

.ct-footer-list > li ul {
    list-style: none;
    padding-left: 0;
}

.ct-footer-list > li ul li a {
    color: #fff;
}



.ct-footer-post {
    background: #000;
    padding: 0px 0;
	padding-left: 20px;
}



.ct-footer-post a {
    color: #fff;
}


.ct-footer-post p {
    color: #fff;
}

@media (min-width:768px) {
    .ct-footer-post p {
        display: inline-block
    }
    .ct-footer-post p + p {
        padding-left: 50px
    }
	
	
}
@media (max-width:1199px) {
    .ct-footer-post {
        text-align: center
    }
	.ct-footers {
    margin-top: 255%;
	
	}
}
